home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 February / PC Joker 99-02 (Vollversion Darkseed 2).iso / GOODIES / 3DMARK / _SETUP.1 / Result Browser.exe / 0 / RCDATA / TQRTABLESELECT / TQRTABLESELECT.txt
Text File  |  1998-10-24  |  1KB  |  72 lines

  1. object QRTableSelect: TQRTableSelect
  2.   Left = 188
  3.   Top = 143
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table Selection'
  6.   ClientHeight = 62
  7.   ClientWidth = 304
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 15
  15.     Top = 9
  16.     Width = 32
  17.     Height = 13
  18.     Alignment = taRightJustify
  19.     AutoSize = False
  20.     Caption = 'Alias:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 10
  24.     Top = 36
  25.     Width = 37
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     AutoSize = False
  29.     Caption = 'Table:'
  30.   end
  31.   object Alias: TComboBox
  32.     Left = 51
  33.     Top = 6
  34.     Width = 145
  35.     Height = 21
  36.     Style = csDropDownList
  37.     ItemHeight = 13
  38.     Sorted = True
  39.     TabOrder = 0
  40.     OnChange = AliasChange
  41.   end
  42.   object Table: TComboBox
  43.     Left = 51
  44.     Top = 33
  45.     Width = 145
  46.     Height = 21
  47.     Style = csDropDownList
  48.     ItemHeight = 13
  49.     Sorted = True
  50.     TabOrder = 1
  51.   end
  52.   object OK: TButton
  53.     Left = 220
  54.     Top = 4
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     TabOrder = 2
  59.     OnClick = OKClick
  60.   end
  61.   object Cancel: TButton
  62.     Left = 220
  63.     Top = 32
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     TabOrder = 3
  69.     OnClick = CancelClick
  70.   end
  71. end
  72.